home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / PROBLT.INT < prev    next >
Text File  |  1991-04-01  |  641b  |  28 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1991 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * PCB ProDOOR - bulletin listings user interface (3-1-89)
  15.  *
  16.  *)
  17.  
  18. unit ProBlt;
  19.  
  20. interface
  21.  
  22.    procedure display_bltmenu;
  23.    procedure read_bulletins;
  24.    procedure get_bltfile(n: integer);
  25.    procedure check_new_blts;
  26.  
  27. implementation
  28.